Update dependency capybara to v3.40.0 #111
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.35.3
->3.40.0
Release Notes
teamcapybara/capybara (capybara)
v3.40.0
Compare Source
Release date: 2024-01-26
Changned
Added
Capybara::Result#to_ary
to support multiple assignment [Sean Doyle]has_element?
and related matchers [Sean Doyle]Fixed
v3.39.2
Compare Source
Release date: 2023-06-10
Fixed
v3.39.1
Compare Source
Release date: 2023-05-12
Fixed
v3.39.0
Compare Source
Release date: 2023-04-02
Added
:target
filter option on:link
selector [Yudai Takada]Fixed
Changed
v3.38.0
Compare Source
Release date: 2022-11-03
Changed
Added
click
,double_click
,right_click
can now be called on the session to click the currently scoped element (or document)Session#within
now passes the scoped element to the blockevaluate_async_script
added to Session::DSL_METHODS [Henry Blyth]Fixed
v3.37.1
Compare Source
Release date: 2022-05-09
Fixed
v3.37.0
Compare Source
Release date: 2022-05-07
Changed
Added
<base>
element in rack-test driver - ISsue #2544Element#shadow_root
support. Requires selenium-webdriver 4.1+. Only currently supported with Chrome when using the selenium driver. Note: only CSS can be used to find elements from the shadow root. Therefore you won't be able to use most Capybara helper methods (fill_in
,click_link
,find_field
, etc) directly from the shadow root since those locators are built using XPath. If you first locate a descendant from the shadow root using CSS then you should be able to use all the Capybara methods from there.exact_text
finder optionFixed
v3.36.0
Compare Source
Release date: 2021-10-24
Changed
Added
allow_label_click
accepts click options to be used when clicking an associated labelallow_gumbo=
in favor ofuse_html5_parsing=
to enable use of Nokogiri::HTML5 when availableSession#active_element
returns the element with focus - Not supported by theRackTest
driver [Sean Doyle]focused:
filter for finding interactive elements - Not supported by theRackTest
driver [Sean Doyle]Fixed
Node#all_text
always returns a string - Issue #2477have_any_of_selectors
negated match - Issue #2473Document#scroll_to
fixed for standards behavior - pass quirks: true if you need the older behavior [Eric Anderson]Removed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.